home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
dev
/
cross
/
sasmv14.dms
/
sasmv14.adf
/
examples
/
ds.s
< prev
next >
Wrap
Text File
|
1993-05-22
|
802b
|
33 lines
*****************************************************
**
** Just a little example about the DS command
**
** (c) 1993 by Infernal Byte Systems, INC.
**
*****************************************************
heap O=256
ds.l 0,$08154711
ds.b 16,0
ds.l 4,"FLO!"
ds.b 4,"FLO!"
dsr.b 4,"FLO!"
ds.w 4,"FLO!"
dsr.w 4,"FLO!"
ds.t 4,$123456
dsr.t 4,$123456
ds.b 0,$a9
;the above code produces the following output :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;000000: 00000000 00000000 00000000 00000000 ................
;000010: 464c4f21 464c4f21 464c4f21 464c4f21 FLO!FLO!FLO!FLO!
;000020: 21212121 21212121 4f214f21 4f214f21 !!!!!!!!O!O!O!O!
;000030: 214f214f 214f214f 12345612 34561234 !O!O!O!O.4V.4V.4
;000040: 56123456 56341256 34125634 12563412 V.4VV4.V4.V4.V4.